home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Art Fundamentals - Core Concepts in Art
/
Art Fundamentals: Core Concepts in Art.iso
/
pc
/
shape_2.dxr
/
00390.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-16
|
287 b
|
11 lines
on exitFrame me
repeat with X = 10 down to 0
set the blend of sprite 90 to X * 10
set the blend of sprite 91 to X * 10
set the blend of sprite 92 to X * 10
set the blend of sprite 93 to X * 10
set the blend of sprite 94 to X * 10
updateStage()
end repeat
end